home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NET575NT.IN_ / net575nt.inf
Encoding:
Windows Setup INFormation  |  1999-10-19  |  4.8 KB  |  137 lines

  1. ; NET575N5.INF
  2. ;
  3. ; 3Com Megahertz 10/100 LAN CardBus PC Card NDIS5 Setup File
  4. ;
  5. ; (c)1999 Microsoft
  6. ; (c)1999 3com
  7.  
  8. [Version]
  9. signature   = "$Windows NT$"
  10. Class        = Net
  11. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. provider    = %MSFT%
  13. LayoutFile  = layout.inf
  14. DriverVer=10/19/1999,2.60.5000.10
  15.  
  16. [Manufacturer]
  17. %3COM% = 3COM
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect = PCI\VEN_10B7&DEV_5057&SUBSYS_5A5710B7
  21. ExcludeFromSelect = PCI\VEN_10B7&DEV_5157&SUBSYS_5B5710B7
  22. ExcludeFromSelect = PCI\VEN_10B7&DEV_5257&SUBSYS_5C5710B7
  23.  
  24. [3COM]
  25. %3C575A.DeviceDesc% = 3C575B.ndi, PCI\VEN_10B7&DEV_5057&SUBSYS_5A5710B7
  26. %3C575B.DeviceDesc% = 3C575B.ndi, PCI\VEN_10B7&DEV_5157&SUBSYS_5B5710B7
  27. %3C575C.DeviceDesc% = 3C575C.ndi, PCI\VEN_10B7&DEV_5257&SUBSYS_5C5710B7
  28.  
  29. ;-------------------------------------------------------------------------------
  30. ; NDI for the A and B rev adapters
  31. ;
  32. [3C575B.ndi]
  33. AddReg        = 3C575B.reg, elnk3C575.reg
  34. BusType     = 5
  35. Characteristics = 0x84
  36. CopyFiles    = elnk3C575.CopyFiles
  37.  
  38. [3C575B.ndi.Services]
  39. AddService      = el575nd5, 2, el575nd5.Service, el575nd5.EventLog
  40.  
  41. [3C575B.reg]
  42. HKR, NDI\params\AutoPolarity,           ParamDesc,  0, %AutoPolarity%
  43. HKR, NDI\params\AutoPolarity,           type,       0, enum
  44. HKR, Ndi\params\AutoPolarity,           default,    0, 0000
  45. HKR, Ndi\params\AutoPolarity\enum,      0000,       0, %Enable%
  46. HKR, Ndi\params\AutoPolarity\enum,      0020,       0, %Disable%
  47.  
  48. HKR, Ndi\params\FullDuplex,             ParamDesc,  0, %DuplexMode%
  49. HKR, Ndi\params\FullDuplex,             default,    0, 0
  50. HKR, Ndi\params\FullDuplex,             type,       0, enum
  51. HKR, Ndi\params\FullDuplex\enum,        0,          0, %AutoDetect%
  52. HKR, Ndi\params\FullDuplex\enum,        1,          0, %FullDuplex%
  53.  
  54. ;-------------------------------------------------------------------------------
  55. ; NDI for the C rev adapters
  56. ;
  57. [3C575C.ndi]
  58. AddReg        = 3C575C.reg, elnk3C575.reg
  59. BusType     = 5
  60. Characteristics = 0x84
  61. CopyFiles    = elnk3C575.CopyFiles
  62.  
  63. [3C575C.ndi.Services]
  64. AddService      = el575nd5, 2, el575nd5.Service, el575nd5.EventLog
  65.  
  66. [3C575C.reg]
  67. HKR, NDI\params\LinkSelection,          ParamDesc, 0, %LinkSelection%
  68. HKR, NDI\params\LinkSelection,          type,      0, "enum"
  69. HKR, Ndi\params\LinkSelection,          default,   0, "0200"
  70. HKR, Ndi\params\LinkSelection\enum,     0200,      0, %Auto%
  71. HKR, Ndi\params\LinkSelection\enum,     0100,      0, %100FD%
  72. HKR, Ndi\params\LinkSelection\enum,     0080,      0, %100HD%
  73. HKR, Ndi\params\LinkSelection\enum,     0040,      0, %10FD%
  74. HKR, Ndi\params\LinkSelection\enum,     0020,      0, %10HD%
  75.  
  76.  
  77. ;-------------------------------------------------------------------------------
  78. ; 3Com 3C575-TX Service and Driver
  79. ;
  80. [elnk3C575.reg]
  81. HKR, Ndi,         Service,     0, "EL575nd5"
  82. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  83. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  84. HKR, ,               OSType,     0, "0"
  85. HKR, ,               DriverMode, 0, "0"
  86.  
  87. [elnk3C575.CopyFiles]
  88. el575ND5.sys,,,2
  89.  
  90. [el575nd5.Service]
  91. DisplayName    = %el575nd5.Service.DispName%
  92. ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
  93. StartType    = 3 ;%SERVICE_DEMAND_START%
  94. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  95. ServiceBinary    = %12%\el575nd5.sys
  96. LoadOrderGroup    = NDIS
  97.  
  98. [el575nd5.EventLog]
  99. AddReg = el575nd5.AddEventLog.reg
  100.  
  101. [el575nd5.AddEventLog.reg]
  102. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  103. HKR, , TypesSupported,     0x00010001, 7
  104.  
  105. ;-------------------------------------------------------------------------------
  106. ; Destination Dirs
  107. [DestinationDirs]
  108. elnk3C575.CopyFiles =12
  109.  
  110. ;-------------------------------------------------------------------------------
  111. ; Localizable Strings
  112. ;
  113. [strings]
  114. MSFT                      = "Microsoft"
  115. 3COM                      = "3Com"
  116.  
  117. AutoPolarity              = "Automatic Polarity Selection"         
  118. Enable                    = "Enable"                               
  119. Disable                   = "Disable"                              
  120. DuplexMode                = "Duplex Mode"
  121. AutoDetect                = "Auto Detect"
  122. FullDuplex                = "Full Duplex"
  123. LinkSelection             = "Network Link Selection"
  124. Auto                      = "Auto Negotiation"                      
  125. 100FD                     = "100BaseTx Full Duplex"                    
  126. 100HD                     = "100BaseTx Half Duplex"                    
  127. 10FD                      = "10BaseT Full Duplex"                     
  128. 10HD                      = "10BaseT Half Duplex"                     
  129.  
  130. 3C575A.DeviceDesc         = "3Com Fast EtherLink XL PC Card (3C575-TX)"   
  131. 3C575B.DeviceDesc         = "3Com Megahertz 10/100 LAN CardBus PC Card"   
  132. 3C575C.DeviceDesc         = "FE575C-3COM 10/100 LAN CardBus-Fast Ethernet"
  133.  
  134. el575nd5.Service.DispName = "3Com Megahertz 10/100 LAN CardBus PC Card Driver"
  135.  
  136.  
  137.